home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office german / PROPLUS.WW / PROPLSWW.CAB / FL_msxsl_xsd_107471________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2006-10-26  |  915b  |  25 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  3.             version="1.0" 
  4.             xmlns="urn:schemas-microsoft-com:xslt" 
  5.             targetNamespace="urn:schemas-microsoft-com:xslt" 
  6.             elementFormDefault="qualified" >
  7.     <xsd:element name="script">
  8.         <xsd:complexType mixed="true">
  9.       <xsd:choice minOccurs="0" maxOccurs="unbounded">
  10.         <xsd:element name="using">
  11.           <xsd:complexType>
  12.             <xsd:attribute name="namespace" />            
  13.           </xsd:complexType>
  14.         </xsd:element>
  15.         <xsd:element name="assembly">
  16.           <xsd:complexType>
  17.             <xsd:attribute name="name" />
  18.           </xsd:complexType>
  19.         </xsd:element>
  20.       </xsd:choice>
  21.       <xsd:attribute name="language" />
  22.             <xsd:attribute name="implements-prefix" />
  23.         </xsd:complexType>
  24.     </xsd:element>
  25. </xsd:schema>